home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 108
/
jogo-disk-108.iso
/
Games
/
steppenwolf_1_chapter_3.swf
/
scripts
/
DefineButton2_830
/
BUTTONCONDACTION on(keyPress l).as
< prev
next >
Wrap
Text File
|
2010-05-15
|
285b
|
14 lines
on(keyPress "l"){
if(eval("/:Challenge") != true)
{
if(getProperty("_root.Animatiques", _currentframe) == 1)
{
set("/Save:Fichier","");
tellTarget("_root")
{
gotoAndStop("Initialisation");
}
}
}
}